* autogen.sh: decreased required automake version to 1.7.9.
+2006-09-12 Øyvind Kolås <pippin@gimp.org>
+
+ * autogen.sh: decreased required automake version to 1.7.9. (It
+ could probably be decreased even further, but this is at least
+ known to work.)
+
2006-09-12 Michael Schumacher <schumaml@cvs.gnome.org>
* autogen.sh: use the autogen.sh of GIMP as a base for babl's
LIBTOOLIZE=${LIBTOOLIZE-libtoolize}
AUTOCONF_REQUIRED_VERSION=2.54
-AUTOMAKE_REQUIRED_VERSION=1.8.3
+AUTOMAKE_REQUIRED_VERSION=1.7.9
LIBTOOL_REQUIRED_VERSION=1.4
LIBTOOL_WIN32=1.5
elif (automake-1.8 --version) < /dev/null > /dev/null 2>&1; then
AUTOMAKE=automake-1.8
ACLOCAL=aclocal-1.8
+elif (automake-1.7 --version) < /dev/null > /dev/null 2>&1; then
+ AUTOMAKE=automake-1.7
+ ACLOCAL=aclocal-1.7
else
echo
echo " You must have automake $AUTOMAKE_REQUIRED_VERSION or newer installed to compile $PROJECT."